projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f55aa55
)
(DONT_REOPEN_PTY): New definition.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jun 1996 20:14:44 +0000
(20:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jun 1996 20:14:44 +0000
(20:14 +0000)
src/s/freebsd.h
patch
|
blob
|
history
diff --git
a/src/s/freebsd.h
b/src/s/freebsd.h
index 9a32b9bf57df98bc3c320a4c03a8185ac226d9bd..ecfa869593fb3b4e7b1f7c9b71ba4b3ec953b39f 100644
(file)
--- a/
src/s/freebsd.h
+++ b/
src/s/freebsd.h
@@
-92,3
+92,8
@@
/* Needed to avoid hanging when child process writes an error message
and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
#define vfork fork
+
+/* Don't close pty in process.c to make it as controlling terminal.
+ It is already a controlling terminal of subprocess, because we did
+ ioctl TIOCSCTTY. */
+#define DONT_REOPEN_PTY